WideNegate
You can use theWideNegate
function to change awide
number to its negative.
wide *WideNegate(wide *target);
target
- A pointer to the number to be negated. On return, contains the negated number.
- function result
- A pointer to the target number.